QuickTime 3 Reference

| Previous | Chapter contents | Chapter top | Section top | Next |

ImageCodecValidateParameters Options

These are the values that can be passed in the validationFlags parameter of a call to ImageCodecValidateParameters .

enum {
    kParameterValidationNoFlags,
    kParameterValidationFinalValidation
}

Constant descriptions

kParameterValidationNoFlags
 
This value indicates that a standard validation should take place. ImageCodecValidateParameters is being called because the user has changed the value of a parameter in the standard parameters dialog box.
kParameterValidationFinalValidation
 
This value indicates that this validation is the final validation before the standard parameters dialog box is dismissed. This is useful if you want to perform a single validation of the parameters just after the user hits the `OK' button to dismiss the dialog box.

© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |